test-switchroot.sh: Exclude /proc from file list
authorAlex Kiernan <alex.kiernan@gmail.com>
Sun, 29 Dec 2019 12:32:28 +0000 (12:32 +0000)
committerAlex Kiernan <alex.kiernan@gmail.com>
Sun, 29 Dec 2019 12:37:10 +0000 (12:37 +0000)
commitf6867358e2fb50382b6ff3cbf717a1a733965338
tree352b9c7ab742b5cff477e4a974a92d078465f1d7
parentb9a95afacc483606426e263032e2595e64705e94
test-switchroot.sh: Exclude /proc from file list

Since we're not interested in any file inside /proc, exclude it from the
file listing in our fake root thus avoiding failures when processes die
during our execution and find(1) can't then look inside those
directories.

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
tests/test-switchroot.sh